GET MAXIMUM VOLUME EXTENT

This command will return the maximum volume extent allowed by the current 3D device.

  Syntax
Return Integer=GET MAXIMUM VOLUME EXTENT()
  Returns

This command will return the maximum volume extent allowed by the current 3D device

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "3D DEVICE DATA"
print "max volume extent:";get maximum volume extent()
sync
endwhile
end
  See also

BASIC3D Commands Menu
Index